﻿/*.container1
 {
     background-color: yellowgreen;
 }

.jumbotron {
    position: relative;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
    background: #020031;
    background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6d3353));
    background: -webkit-linear-gradient(45deg, #020031 0%,#6d3353 100%);
    background: -o-linear-gradient(45deg, #020031 0%,#6d3353 100%);
    background: -ms-linear-gradient(45deg, #020031 0%,#6d3353 100%);
    background: linear-gradient(45deg, #020031 0%,#6d3353 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 );
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}*/

/*.jumbotron::after {
    content: '';
    display: block;
    position: relative;  changed by me*/ 
    /*top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/bs-docs-masthead-pattern.png) repeat center center;
    opacity: .4;
}*/
/*.jumbotron {
    margin-bottom: 0px;
    background-image: src(images/screenshot.png);
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
}
.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}*/
/*.btn-signin {*/
    /*background-color: #4d90fe; 
    background-color: #ff6600;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    /*padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}*/
/*.card-container.card {
    width: 350px;
    padding: 40px 40px;
}
body, html {
    height: 100%;
    background-repeat: no-repeat;
    /*background-image: linear-gradient(rgb(255, 230, 209), rgb(146, 164, 133));*/
/*}
.card {
    background-color: #F7F7F7;*/
    /* just in case there no content*/
    /*padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;*/
    /* shadows and rounded borders */
    /*-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}*/
/*.card-container.card {
    width: 350px;
    padding: 40px 40px;
}*/
/*
Free App template for Bootstrap 3
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
Image credits: unsplash.com
Image placeholders: placemi.com
*/


.mt-100 {
    margin-top: 60px; 
}

.mt-150 {
    margin-top: 300px; 
}

.mb-100 {
    margin-bottom: 100px;
}

.icon {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px 8px;
    border: 2px solid;
    border-radius: 50%;
}

/*.header {
    padding-top: 50px;
    background-color: #eee;
    overflow: hidden;
}*/
/*.footer {
    color: #887;
    background-color: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}*/

.content {
    position: relative;
    display: table;
    width: 100%;
    /*min-height: 100vh;*/
}

.pull-middle {
    display: table-cell;
    vertical-align: middle;
}

.pull-top {
    display: table-cell;
    padding-top: 150px;
}

/*.btn {
    padding-left: 10px;
    padding-right: 10px;
}
.btn-circle {
    border-radius: 10px;
}

.input-group input {
    border: 0;
    box-shadow: none;
    padding-right: 30px;
}
.input-group input:focus,
.input-group input:active {
    outline: 0;
    box-shadow: none;
}
.input-group-btn:last-child>.btn {
    z-index: 2;
    margin-left: -18px;   
    border-radius: 20px;
}*/

.phone {
    position: relative;
    max-width: 270px;
    margin: 80px auto;
    padding: 15px 9px 68px;
    border: 2px solid #ddd;
    border-radius: 20px;
    background-color: #222;
    box-shadow: 20px 20px 40px #887;
}

/*.navbar {
    background-color: #ff9933;
    border-color: #ff9933;
}

.navbar .container .navbar-brand {
    font-size: 25px;
}

.navbar .navbar-brand,
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    color: #0e1a6a;
}

ul.nav li a, ul.nav li a:visited {
    color: #0e1a6a !important;
}

ul.nav li a:hover, ul.nav li a:active {
    color: #fff !important;
}

ul.nav li.active a {
    color: #fff !important;
}


.btn-primary {
    color: #fff;
    background-color: #0e1a6a;
    background-image: linear-gradient(#0e1a6a 0px, #0e1a6a 100%);
    background-repeat: repeat-x;
    border-color: #0e1a6a;
    font-weight: 300;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #0e1a6a;
    background-color: #DEE761;
    border-color: #CDD748;
    font-weight: 300;
}

.btn-primary:hover {
    color: #ccc;
    background-color: #0e1a6a;
    border-color: #204d74;
    font-weight: 300;
}*/

h2{
	font-size: 1.2em;
	color: #032649 !important;	
}