@font-face{
  font-family: "imovie_footer_font";
  src: url("../fonts/calibri.ttf") format("truetype");
}

@font-face{
  font-family: "imovie_font";
  src: url("../fonts/caviar.ttf") format("truetype");
}

.main_mobile{display:none;}
	@media only screen and (max-width: 915px){
		.main_mobile{display:block;}
		.main_desktop{display:none;}
	
	}


body, html {
  height: 100vh;
  margin: 0 auto;
  width: 100%;
}

a{
	color: inherit;
    margin: 0 !important;
    padding: 0 !important;
}
a:link {
	text-decoration: none;
	color: inherit;
}
a:hover {
    text-decoration: none;
	color: inherit;
	cursor: pointer; 
}


.page-container {
  position: relative;
  min-height: 100vh;
}

.content-wrap {
  padding-bottom: 10.5rem;    /* Footer height */
}

.top_div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 30%;
    background-color:#111;
    text-align:center;
}

.bottom_div {
    position: absolute;
    top: 90%;
    right: 0;
    left: 0;
    bottom: 0;
	width: 100%;
	margin: 0 auto;
    background-color:#111;
    text-align:center;
    color:#FFFFFF;
}

.top_div_mob {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 50%;
    background-color:#111;
    text-align:center;
	#border: 1px solid blue;
}

.bottom_div_mob {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
	width: 100%;
	margin: 0 auto;
    background-color:#111;
    text-align:center;
    color:#FFFFFF;
	#border: 1px solid red;
}

.center {  
	#border: 1px solid red;
	width:100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.right_div {  
	#border: 1px solid red;
	display: flex;
	float: right;
	justify-content: flex-end;
}

.imovie_socials {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
}

h2{
    color: #fff;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-weight: 100;
}
.social {
    padding-left: 0px;
}

li {
    color: rgba(167, 146, 129, 0.6);
    list-style-type: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 1%;
    border: 1px solid rgba(167, 146, 129, 0.4);
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 20px;
    transition: ease .3s;
    &:hover {
      color: rgba(167, 146, 129, 1);
      border: 1px solid rgba(167, 146, 129, 1);
    }
}

.social:hover > li {
  opacity: 0.5;
}

.social:hover > li:hover {
  opacity: 1;
}

.top_footer {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 20%;
    background-color:#111;
    text-align:center;
}

.bottom_footer {
	#border: 1px solid red;
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    bottom: 0;
	width: 100%;
	margin: 0 auto;
    background-color:#111;
    text-align:center;
    color:#FFFFFF;
}

.imovie_logo {
	width:17vh;  
	height:17vh;
	text-align: center;	
	color:#dbebfb;
	margin: 0 auto;
	background-image: url('../img/imovie_logo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.imovie_logos {
	width:15vh;
	height:15vh;	
	text-align: center;  
	vertical-align: middle; 
	color:#6B5F54;
	background-image: url('../img/imovie_logo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.copyright {
	text-align: center;  
	vertical-align: middle; 
	width:100%;
	font-size: 2vh;
	font-family: imovie_footer_font;
	color:#d1d1d1;
	position: absolute;
	text-align: center;
	margin: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.logo_center {
	#border: 1px solid blue;
	text-align: center;  
	vertical-align: middle; 
	text-align: center;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width:15vh;
	height:15vh;
	background-image: url('../img/imovie_logo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.copyrights {
	position: absolute;
	bottom : 0;   
	text-align: center;  
	vertical-align: middle; 
	width:100%;
	margin: 0 auto;
	font-size: 2vh;
	font-family: imovie_footer_font;
	color:#d1d1d1;
	background-color:#232;
	text-align: center;
}

.container {
    position: relative;
    width: 100%;
}

.copyright_mob {
    position: absolute;
    width: 100%;
	font-size: 1.2vh;
	text-align: center;  
	margin: 0 auto;
	font-family: imovie_footer_font;
	color:#d1d1d1;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	#background-color:#232;
}

.cen {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.second-section-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 40%;
    #background-color:#ce7d3b;
    text-align:center;
	#border: 1px solid blue;
}

.second-section-bottom {
    position: absolute;
    top: 60%;
    right: 0;
    left: 0;
    bottom: 0;
	width: 100%;
	margin: 0 auto;
    #background-color:#492787;
    text-align:center;
    color:#FFFFFF;
	#border: 1px solid red;
}

.socials {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 20%;
    #background-color:#339fb1;
    text-align:center;
	#border: 1px solid blue;
}

.footer-bottom{
    position: absolute;
    top: 80%;
    right: 0;
    left: 0;
    bottom: 0;
	width: 100%;
	margin: 0 auto;
    background-color:#062328;
    text-align:center;
    color:#FFFFFF;
	#border: 1px solid red;
}


.instagram_logo {
	width:4vh;  
	height:4vh;
	text-align: center;	
	color:#dbebfb;
	background-image: url('../img/instagram_icon.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: 0 auto;
}

.telegram_logo {
	width:4vh;  
	height:4vh;
	text-align: center;	
	color:#dbebfb;
	background-image: url('../img/telegram_icon.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: 0 auto;
}