﻿/*
    General Elements
    Samet Kemerkaya
---------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Raleway:500,600,700&display=swap&subset=latin-ext');

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

::selection {
    background-color: #FF8126;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #FF8126;
}

::-webkit-scrollbar-thumb {
    background-color: #FF8126;
    border-radius: 10px
}

::-webkit-scrollbar-track {
    background-color: #FF117E;
    /*-webkit-box-shadow: inset 0 0 6px rgb(191, 191, 191);*/
}

.trans {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}


.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.brand {
    color: #FF8126
}
