
/*importing  fontfamily railway*/
@import url('../fonts/futura/Futura Medium.ttf');

@import url('../fonts/Avenir/Avenir-Heavy.ttf')

/*importing  font family roboto*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

/*importing fontfamily railway*/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,800,900|Roboto:300,400,500');

body {
    font-family: 'Roboto', sans-serif;
    color: #333;
}
p {
    line-height: 1.75;
}
a {
    color: #fed136;
}
a:hover {
    color: #fec503;
}
.text-primary {
    color: #fed136 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
section {
    padding-top: 75px;
}


.header{
    color: #333;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    font-family: 'Avenir',sans-serif;
    text-shadow: 0px 2px 5px #ccc;
    letter-spacing: 2px;
}
.sub-header{
    color: #333;
    font-size: 2em;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 40px;
    text-align: center;
}
.description{
    font-size: 1.2em;
    color: #333;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px) {
    section {
        padding-top:80px;
    }
}
#page-top{
    display: inline-block;
    width: 100%
}

/*nav bar css*/
.img-text-change{
    background-image: url("../images/BetResearch_text_white .png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
    height: 35px;
    margin-top: 40px;
    margin-left: 135px;
}
.img-text-change-shrink{
    background-image: url("../images/BetResearch_text_orange .png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
    height: 35px;
    margin-top: 40px;
    margin-left: 135px;
}
#mainNav .navbar-brand img{
    display: inline-block;
    float: left;
}
#mainNav {
    background-color:#FF5722;
}
#mainNav .navbar-toggler {
    font-size: 18px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #FF5722;
    font-family: 'Raleway', sans-serif;
}
.toggle-shrink{
    background-color: #fff !important;
    color: #FF5722 !important;
}
#mainNav .navbar-brand {
    color: #fed136;
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fec503;
}
#mainNav .navbar-nav .nav-item .nav-link {
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.nav-link-shrink{
    color: #333 !important;
}
.nav-link-shrink:hover{
    color: #333 !important;
}
#mainNav .navbar-nav .nav-item .nav-link.active{
    color: #FF5722 !important;
    font-weight: 700;
}
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    font-weight: 700;
}
.text-uppercase{
    margin-top: 4px;
}
#mainNav {
    padding: 20px 0px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
}
@media (min-width: 992px) {
    #mainNav .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }

}
#mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff !important;
    color: #333;
    min-height: 80px;
    box-shadow: 0 10px 20px -12px rgba(128, 128, 128, 0.42), 0 3px 20px 0px rgba(128, 128, 128, 0.12), 0 8px 10px -5px rgba(128, 128, 128, 0.2) !important;
}
#mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
}
/*header css */
.img-container{
    background-size: cover;
    height: 534px;
    margin-top: 159px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.img-text{
    padding: 7% 6%;
}
.img-text h1{
    line-height: 68px;
    font-weight: 200;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
}
.img-text h1 span{
  font-weight: 600;
}
.down-button{
    text-align: center;
}

/*End of header css*/


/*mission section css*/
.mission-img-container{
    background-image: url('../images/shape 2.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: inline-block;
}
.mission-content{
    padding: 0% 6%;
}
.mission-content .header{
    text-align: center;
}
.mission-content .sub-headder{
    text-align: center;
}
.mission-content .description-container{
    margin: 5% 0%;
    text-align: center;
    padding: 0% 15%;
}
.description-last-text{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}
.mission-content .contents{
    margin-top: 60px;
}
.mission-content .content-img{
    text-align: center;
}
.mission-content .content-img img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #222;
}
.mission-content .content-description{
    text-align: center;
    color: #222;
}
.mission-content .content-description h1{
    font-size: 2.5em;
    font-weight: bold;
}
.mission-content .content-description p{
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 15px;
}


/*technology section css*/

.technology-container{
    padding: 0% 6%;
}
.technology-contents{
    padding-top:40px;
    padding-bottom: 0px;
}
.contents-image-container {
    text-align: center;
}
.image-description-container{
    padding: 0% 15%;
}
.image-description-container .description{
    line-height: 30px;
}
.hr-line-container{
    padding: 0% 40%;
}
.hr-line{
    border-bottom: 3px dotted #FF5722;
}
/*End of the technology section css*/

/*contact section css*/
.contact-image-container{
    background-image: url('../images/shape 1.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.contact-container{
    padding: 0% 6%;
    display: inline-block;
    width: 100%
}
.contact-information-container{
    text-align: center;
    margin: 80px 0px;
}
.information{
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.contact-hr-line{
    padding: 2% 45%;

}
.line{
    border-bottom: 3px dotted #fff;
}
.link a{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

/* footer css */
#footer {
  height: auto;
  background-color: #f5f5f5;
  padding-top:40px;
  display: inline-block;
  width: 100%
}

#footer {
  background-color:#414141;
}

#footer a {
  color:#efefef;
}
.footer-container{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0% 6%;
}
.footer-header h2{
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.footer-sub-header{
    color: #BCBABA;
    font-size: 20px;
    font-weight: lighter;
    margin-top: 10px;
}
.footer-sub-header span{
    color: #fff;
    font-weight: 500;
    margin-left: 3px;
}
.footer-links{
    padding: 0% 5%;
    word-wrap: break-word;
}
.footer-links span{
    color: #fff;
    font-size: 18px;
    width: 40%;
    float: left;
    word-wrap: break-word;
}
.footer-links-left{
    margin-top: 40px;
}
.footer-links-left p{
    color: #fff;
    text-align: left;
}
/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {
        #mainNav .navbar-brand{
            width: 77%;
        }
        #mainNav .navbar-brand img{
            width: 20%;
        }
        .mission-content .description-container{
            padding: 0%;
        }
        .image-description-container{
            padding: 0%;
        }
        .img-container{
            background-image: url('../images/research mobile hero image.png');
            margin-top: 82px;
        }
        .img-text {
            padding: 12% 10%;
            text-align: left;
        }
        .img-text-change {
            background-size: 90%;
            height: 42px;
            margin-top: 3%;
            margin-left: 22%;
        }
        .img-text-change-shrink {
            background-size: 70%;
            height: 42px;
            margin-top: 5%;
            margin-left: 27%;
        }
        .container {
            max-width: 90%;
        }
        .img-text h1{
            line-height: 51px;
            font-size: 40px;
        }
        .img-text {
            padding: 29% 14%;
        }
        .shrink-image{
            width: 15% !important;
        }
        .img-text-change-shrink {
            margin-top: -1%;
            margin-left: 17%;
        }
        .header{
            color: #333;
            font-size: 30px;
            font-weight: 900;
        }
        .sub-header{
            color: #333;
            font-size: 16px;
            margin-top: 25px;
        }
        .description{
            font-size: 14px;
            color: #333;
            line-height: 24px;
        }
        .footer-header h2{
            font-size: 23px;
        }
        .footer-sub-header{
            font-size: 14px;
        }
        .description-last-text{
            font-size: 16px;
        }
        .hr-line-container{
            padding: 0% 25%;
            margin-top: 40px;
        }
        .footer-links-left p{
            font-size: 12px;
        }

    }
    @media only screen and (min-width : 400px) {
        .img-text-change-shrink{
            margin-top: 0%;
        }
    }
    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {
        .img-container{
            margin-top: 75px;
        }
        .img-text-change {
            margin-top: 5%;
        }
        .img-text {
            padding: 26% 15%;
            text-align: left;
        }
        .shrink-image{
            width: 14% !important;
        }
        .img-text-change-shrink {
            margin-top: 2%;
            margin-left: 15%;
        }
        .header{
            color: #333;
            font-size: 30px;
            font-weight: 900;
        }
        .sub-header{
            color: #333;
            font-size: 24px;
            margin-top: 40px;
        }
        .description{
            font-size: 18px;
            color: #333;
            line-height: 28px;
        }
        .footer-header h2{
            font-size: 24px;
        }
        .footer-sub-header{
            font-size: 16px;
        }
        .description-last-text{
            font-size: 20px;
        }


    }
    @media only screen and (min-width : 600px) {
        .shrink-image{
            width: 12% !important;
        }
        .img-text-change-shrink {
            margin-top: 2%;
            margin-left: 15%;
        }
        .img-text{
            padding: 28% 14% 16% 14%;
        }
    }
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        #mainNav .navbar-brand{
            width: 77%;
        }
        #mainNav .navbar-brand img{
            width: 16%;
        }
        .mission-content .description-container{
            padding: 0% 15%;
        }
        .image-description-container{
            padding: 0% 15%;
        }
        .img-container{
            background-image: url('../images/research tablet hero image.png');
            margin-top: 129px;
        }
        .img-text {
            padding: 6% 4%;
            text-align: left;
        }
        .img-text-change {
            background-size: 70%;
            margin-top: 5%;
            margin-left: 18%;
        }
        .img-text {
            padding: 13% 3%;
            text-align: left;
        }
        .shrink-image{
            width: 10% !important;
        }
        .img-text-change-shrink {
            margin-top: 2%;
            margin-left: 11%;
            background-size: 50%;
        }
        .header{
            color: #333;
            font-size: 48px;
            font-weight: 900;
        }
        .sub-header{
            color: #333;
            font-size: 2em;
            font-weight: 500;
            margin-top: 40px;
        }
        .description{
            font-size: 1.2em;
            color: #333;
            line-height: 35px;
        }
        .footer-header h2{
            font-size: 40px;
        }
        .footer-sub-header{
            font-size: 20px;
            margin-right: 8px;
        }
        .description-last-text{
            font-size: 24px;
        }
        .hr-line-container{
            padding: 0% 40%;
        }
        .footer-links-left p{
            font-size: 14px;
        }

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .container{
            max-width: 100%;
            padding: 0% 5%;
            overflow-x: hidden;
        }
        #mainNav .navbar-brand{
            width: 50%;
        }
        #mainNav .navbar-brand img{
            width: 16%;
        }
        .img-container{
            background-image: url('../images/research tablet hero image.png');
            margin-top: 120px;
        }
        .img-text {
            padding: 10% 5% 3% 5%;
            text-align: left;
        }
        .shrink-image{
            width: 10% !important;
        }
        .img-text-change-shrink {
            margin-top: 0.5%;
            margin-left: 12%;
            background-size: 50%;
        }
        .img-text h1{
            font-size: 50px;
            line-height: 60px;
        }

    }
    @media only screen and (min-width : 1024px) {
        .img-text-change-shrink {
            margin-top: 1.2%;
            margin-left: 12%;
            background-size: 50%;
        }
    }
    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        .container{
            max-width: 100%;
            padding: 0% 5%;
            overflow-x: hidden;
        }
        .img-container{
            background-image: url('../images/Research hero image.png');
            margin-top: 135px;
        }
        .img-text {
            padding: 9% 10% 3% 6%;
            text-align: left;
        }
        .shrink-image{
            width: 50px !important;
        }
        .img-text-change {
            background-size: 350px;
            margin-top: 28px;
            margin-left: 102px;
        }
        #mainNav .navbar-brand img{
            width: 92px;
        }
        .img-text-change-shrink {
            margin-top: 5px;
            margin-left: 60px;
            background-size: 225px;
        }
    }


    @media only screen and (min-width :1900px) {
        .information {
            margin-bottom: 30px;
        }
        .contact-information-container{
            text-align: center;
            margin: 8% 0%;
        }
    }
    
