@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap');

body
{
    background-image: url("../img/bg4k18.jpg"); 
}

#title
{
  color: #830333;
  text-decoration: none;
  font-family: 'Cabin', 'sans-serif';
}

#title:hover
{
  color : 
  #fe6d40;
}

.inline
{
  display : inline-block;
}

.container {
	width: 80%;
	margin: 0 auto;
}

header {
    background-color: transparent;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
	font-weight: 800;
}

header::after {
  content: '';
  display: table;
  clear: both;
}

.logo {
  float: left;
  padding: 10px 0;
}

nav{
    float: center;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li {
  display: inline-block;
  margin-left: 50px;
  padding-top: 23px;

  position: relative;
}

nav a {
  color: #830333;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav a:hover {
  color:  #fe6d40;
}

nav a::before {
  content: '';
  display: block;
  height: 5px;
  background-color: #fe6d40;

  position: absolute;
  top: 0;
  width: 0%;

  transition: all ease-in-out 250ms;
}

nav a:hover::before {
  width: 100%;
}

#card1 
{
    background-color: transparent;
}

.inline-block
{
  display : flex;
}

#card2
{
    background-color: #dd9168;
    border-radius: 5px;
    margin-right : 10px;
}

#card3
{
    background-color: #dd9168;
    border-radius : 5px;
}

#logoindent
{
    margin-top: 10px;
    margin-left: 40px;
}

#js1
{
    color : #440a30;
    background-color: 
    #fe6d40; 
    box-shadow:
    rgba(22, 31, 39, 0.42) 0px 60px 123px -25px,
    rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
    border-radius: 10px;
    border: 1px solid;
    border-color:
    rgb(213, 220, 226)
    rgb(213, 220, 226)
    rgb(184, 194, 204);
    padding: 20px;
}

#js2
{
    color : #440a30;
    background-color: 
    #fe6d40; 
    box-shadow:
    rgba(22, 31, 39, 0.42) 0px 60px 123px -25px,
    rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
    border-radius: 10px;
    border: 1px solid;
    border-color:
    rgb(213, 220, 226)
    rgb(213, 220, 226)
    rgb(184, 194, 204);
    padding: 20px;
}

.button-in
{
    color:#440a30;
    background-color: #fedbc4;
    border-color: #fedbc4;
    border-radius: 5px;
}

.button-in:hover
{
  color: #440a30;
  background: 
  #fefeff;
}

.button-out
{
    color:#440a30;
    background-color: #fedbc4;
    border-color: #fedbc4;
    border-radius: 5px;
}

.button-out:hover
{
  color: #440a30;
  background: 
  #fefeff;
}

.txt
{
  text-align: center;
}

.reveal
{
  color: #440a30;
  background-color: #fedbc4;
  border-color: #fedbc4;
  border-radius: 5px;
}

.reveal:hover
{
  color:#440a30;
  background-color: 
  #fefeff;
}

.pic
{
  height : 35px;
  width : 35px;
  float :right;
  margin-left: 5px;

  overflow: hidden;
  transition-duration: 0.8s;
  transition-property: transform;
}

.pic:hover{
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

#play-pause1
{
  height : 35px;
  width : 35px;
  float : right;
  margin-right: 5px;
}

#play-pause2
{
  height : 35px;
  width : 35px;
  float : right;
  margin-right: 5px;
}