/*
Theme Name: Cosmically Connecting
Theme URI: https://www.cosmicallyconnecting.com
Description: Cosmically Connecting
Author: Webedelic
Author URI: http://www.webedelic.com
Description: Cosmically Connecting
Version: 1.0
Tags: Cosmically Connecting
License:
License URI:
*/

html, body {
  font-size: 15px;
  font-family: "adobe-garamond-pro", serif;
  color: #4d4d4e;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: url(images/background.png) no-repeat center center;
  background-size: cover;
}


html {
  min-height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: url(images/background.png) no-repeat center center;
  background-size: cover;
  font-size: 15px;
  font-family: "adobe-garamond-pro", serif;
  color: #4d4d4e;
}


h1, h2 {
	color: #4d4d4e;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 18px;
	font-family: "adobe-garamond-pro", serif;
	color: #4d4d4e;
	font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #dbb0b9; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }





.logocenter {
	width: 300px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}





.wheelcenter {
	width: 650px;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 25px;
 	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	color: #ffffff;
	margin-left: auto;
    margin-right: auto;
}


.wheelcenter img {
  animation: spin 40s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.wheelcenter img {
  animation: spin 90s linear infinite;
  transform-origin: center center;
  display: block;
  margin: 0 auto;
}





.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }







.socfloat {
	width: 30px;
	padding-top:10px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:20px;
	list-style-type: none;
	font-size: 24px;
	line-height: 40px;
  font-family: "adobe-garamond-pro", serif;
	font-weight: 700;
	color: #ffffff;
	float: right;
	
}


.socfloat img {
  max-width: 100%;
  height: auto;
  opacity: 1;
  filter: brightness(0) invert(1); /* keeps white PNG icons white */
  transition: filter 0.3s ease, transform 0.3s ease;
}

.socfloat img:hover {
  filter: brightness(0) saturate(100%) invert(23%) sepia(92%) saturate(3813%) hue-rotate(354deg) brightness(101%) contrast(97%);
  transform: scale(1.05); /* optional subtle lift */
}







input[type=text]    {
color: #000000;
font-size: 16px;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
background-color: #eeeeee;
border-width: 1;
border-color: #dddddd;
border-style: solid;
width: 98%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}


input[type=email]    {
color: #000000;
font-size: 16px;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
background-color: #eeeeee;
border-width: 1;
border-color: #dddddd;
border-style: solid;
width: 98%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

select   {
color: #000000;
font-size: 16px;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
background-color: #eeeeee;
border-width: 1;
border-color: #dddddd;
border-style: solid;
width: 99%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

textarea    {
color: #000000;
font-size: 16px;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
background-color: #eeeeee;
border-width: 1;
border-color: #dddddd;
border-style: solid;
width: 98%;
height: 100px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

input[type=submit] {
  border: none;
  color: white;
  text-align: center;
  font-size: 15px;
	font-weight: 500;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "adobe-garamond-pro", serif;
  cursor: pointer;
	text-transform: uppercase;
}



input[type=submit] {color: #000000; text-decoration: none; padding-top:12px; padding-bottom:12px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 0pt; border-color: #b3995c; background-color: #b3995c; }
input[type=submit]:hover {color: #b3995c; text-decoration: none; padding-top:12px; padding-bottom:12px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 0pt; border-color: #b3995c;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;background-color: #000000;  }




.flexcenter {
display:flex;justify-content:center;align-items:center;
}



.alignright {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: right;
	
}

.alignleft {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}








.tocenter {
	width: 1150px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}


.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -230px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 230px; 
}







@media screen and (max-width:750px) {

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }










.logocenter {
	width: 94%;
	max-width: 300px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	margin-left: auto;
    margin-right: auto;
}





.wheelcenter {
	width: 94%;
	max-width: 800px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 18px;
	line-height: 22px;
 	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	color: #ffffff;
	margin-left: auto;
    margin-right: auto;
}








input[type=text]    {
color: #000000;
font-size: 16px;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
background-color: #eeeeee;
border-width: 1;
border-color: #dddddd;
border-style: solid;
width: 92%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}


input[type=email]    {
color: #000000;
font-size: 16px;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
background-color: #eeeeee;
border-width: 1;
border-color: #dddddd;
border-style: solid;
width: 92%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

select   {
color: #000000;
font-size: 16px;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
background-color: #eeeeee;
border-width: 1;
border-color: #dddddd;
border-style: solid;
width: 92%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

textarea    {
color: #000000;
font-size: 16px;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
background-color: #eeeeee;
border-width: 1;
border-color: #dddddd;
border-style: solid;
width: 92%;
height: 100px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

input[type=submit] {
  border: none;
  color: white;
  text-align: center;
  font-size: 15px;
	font-weight: 500;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "adobe-garamond-pro", serif;
  cursor: pointer;
	text-transform: uppercase;
}


input[type=submit] {color: #000000; text-decoration: none; padding-top:12px; padding-bottom:12px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 0pt; border-color: #b3995c; background-color: #b3995c; }
input[type=submit]:hover {color: #b3995c; text-decoration: none; padding-top:12px; padding-bottom:12px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 0pt; border-color: #b3995c;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;background-color: #000000;  }









